tests/installed: increase async retries to 500
authorJonathan Lebon <jonathan@jlebon.com>
Wed, 18 Apr 2018 19:57:59 +0000 (15:57 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Mon, 23 Apr 2018 17:23:40 +0000 (17:23 +0000)
It seems like 240 retries is just not long enough for all the
non-destructive tests running in parallel to finish. Let's crank that up
to 500 retries.

Closes: #1548
Approved by: cgwalters

tests/installed/execute_batch.yml

index 7fd8374b89d84d9c4eb4ad7620eda0d08c5aca64..fe2b57024962d4808f721ae8ec7e477a37bee42d 100644 (file)
@@ -19,4 +19,4 @@
     loop_var: "async_result_item"
   register: async_poll_results
   until: async_poll_results.finished
-  retries: 240
+  retries: 500